home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / Atools / Shared.Dxr / 00911_help 1.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  125 b   |  12 lines

  1. on mouseUp
  2.   pause()
  3.   puppetSound("help")
  4.   autospin()
  5.   puppetSound(0)
  6.   continue()
  7. end
  8.  
  9. on action
  10.   play movie "help"
  11. end
  12.